home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Utilities / FolderSynchronizer 1.8.9 / FoldersSynchronizer / FoldersSynchronizer.9 / AllScripts_26.ls < prev    next >
Encoding:
Text File  |  2000-05-10  |  365 b   |  17 lines

  1. on prepareFrame
  2.   global gOneDirection
  3.   set myPoint to point(the left of sprite 17 - 3, the top of sprite 17 - 3)
  4.   if not gOneDirection then
  5.     set the loc of sprite 50 to myPoint
  6.   else
  7.     set the locV of sprite 50 to -1000
  8.   end if
  9.   SetRadiogOnErrorDo()
  10. end
  11.  
  12. on exitFrame
  13.   set the keyDownScript to "GoLista"
  14.   set the mouseDownScript to EMPTY
  15.   pause()
  16. end
  17.